add gtk_radio_button_join_group method for bindings
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 7 Sep 2010 02:55:03 +0000 (22:55 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 7 Sep 2010 14:41:40 +0000 (10:41 -0400)
commit8a210673fb6f05abaa4ea05b7dcd17b06c7aca68
tree8289e757b8145a2725d3af62466ade5237e1c482
parent278957a5a40cbb27750000f709cb8b53d2aa9885
add gtk_radio_button_join_group method for bindings

* this mirrors the committed change for gtk_radio_action_join_group in
  commit 85b53969b24d318b219663841e678943516f443a
* Due to object ownership issues it is impossible to correctly use
  get_group/set_group from a GI binding
* join_group is safer because at the binding level it works with individual
  GtkRadioButton objects and not with the list of objects that gets
  modified in the library

https://bugzilla.gnome.org/show_bug.cgi?id=628935
gtk/gtkradiobutton.c
gtk/gtkradiobutton.h